home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
How Many Bugs in a Box
/
How Many Bugs in a Box.cdr
/
bugs
/
act8
/
00277.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-03-28
|
249 b
|
14 lines
on mouseUp
global ogre
set the mouseout of ogre to 1
repeat with xxx = 1 to 5
setscript("narr" & xxx)
sayit(ogre)
if the mouseDown then
exit repeat
end if
end repeat
set the mouseout of ogre to 0
puppetSound(0)
end